This topic was automatically generated from Slack. You can find the original thread here.
Hi team, we have an urgent bug we’ve encountered in the Pipedream Jira tool in production that is effecting our customers. Could you please assist urgently? Thanks in advance.
Bug: jira-create-issue tool fails to pass the "summary" field to the Jira API
Platform: Pipedream MCP integration (Jira app)
Date: April 23, 2026
Caller: Grw AI (calling Pipedream's Jira tools via MCP)
Issue:
When calling the jira-create-issue tool with a "summary" parameter provided, the field is not being included in the API request body sent to Jira. Jira returns a 400 Bad Request error because "summary" is a required field on issue creation.
Expected behavior:
The summary parameter passed to the tool should be forwarded in the payload to Jira's POST /rest/api/3/issue endpoint.
Actual behavior:
The summary field appears to be dropped before the request reaches Jira, resulting in a 400 error due to the missing required field.
Steps to reproduce:
1. Call the jira-create-issue tool via MCP
2. Provide a valid project key, issue type, and summary value
3. Observe that Jira returns a 400 Bad Request indicating the summary field is missing
Notes:
- Other fields (project, issue type) appear to be passed correctly
- This suggests a mapping issue specifically with the "summary" parameter in the tool's schema or request builder
This component has dynamic props, probably the cause of your issue. If you’re using MCP in tools-only mode, then it’s expected that this tool won’t work (we’re working on making the currently incompatible tools .compatible with tools-only mode) Tool Modes - Pipedream
Thanks - we’ve just migrated to v3. Is there any chance you could prioritize getting the Jira issue-writing tool compatible with tools-only mode? It’s a high-impact action for our customers and we’d really like to have it back. Happy to help test as soon as you have something